NevronOpenVision
Nevron.Nov.DataStructures Namespace / NStringMap<T> Class


In This Topic
NStringMap<T> Class Methods
In This Topic

For a list of all members of this type, see NStringMap<T> members.

Public Methods
 NameDescription
Public MethodOverloaded. Adds the specified key-value pair. Throws an exception if a key-value pair with the same key already exists.  
Public MethodRemoves all entries from the map.  
Public MethodOverloaded. Checks whether the map contains a key equal to the given string.  
Public MethodCopies all items of the map to the specified array, starting from the specified array index.  
Public MethodGets the value that corresponds to the specified key. Throws an exception, if item for this key does not exist.  
Public MethodGets the subset of all key-value pairs in this map whose key macthes the given search string and match mode.  
Public MethodGets the subset of all key-value pairs in this map whose key starts with the given prefix.  
Public MethodGets a key-value pair iterator.  
Public MethodGets the subset of all key-value pairs in this map whose key is found to be similar to the given string using the specified string similarity context.  
Public MethodOverloaded. Removes the given key-value pair from the map.  
Public MethodSets the value corresponding to the given key. If key-value association already exists, the value is replaced.  
Public MethodConverts this set to an array.  
Public MethodTries to get the value for the specified key.  
Public MethodPerforms a wildcard search on the items in this map and returns the subset of all key-value pairs whose key matches the specified search string. The following wildcard characters can be used:

* - matches zero or more characters

? - matches exactly one character

 
Top
See Also